home *** CD-ROM | disk | FTP | other *** search
- Path: comp.vuw.ac.nz!usenet
- From: robert.davies@vuw.ac.nz (Robert Davies)
- Newsgroups: comp.lang.c++
- Subject: WWW and FTP sites relevant to C++
- Date: Wed, 20 Mar 1996 06:11:43 GMT
- Organization: Victoria University of Wellington, New Zealand.
- Message-ID: <4io7fl$kee@st-james.comp.vuw.ac.nz>
- NNTP-Posting-Host: robertd.slip.vuw.ac.nz
- X-Newsreader: Forte Free Agent 1.0.82
-
-
- Internet sites and files of interest to C++ users
-
- 20 March, 1996
-
- I have tried to assemble a list on interesting files and sites on the
- internet that are relevant to C++ users - especially those with
- interests in numerical methods. Generally, these are sites and files I
- have seen mentioned on comp.lang.c++ or comp.std.c++. My selection is
- pretty random and certainly doesn't cover everything.
-
- "Inclusion of a site is not an endorsement and lack of inclusion is
- not
- a criticism."
-
- Comments, corrections and additions to robert.davies@vuw.ac.nz
-
- I'll put this document on
- ftp://nz.com/robert/cpp_site.txt
- http://nz.com/webnz/robert/
-
- Files with suffixes .Z, .gz, .zip need to be uncompressed. Msdos
- uncompressors can be found under compression or archivers in the
- msdos program archives. Use uncompress or gzip -d on unix machines
- to uncompress .Z or .gz files. Compressed files should be downloaded
- in binary mode; text files in ascii mode.
-
-
- Frequently asked questions
- --------------------------
-
- Marshall Cline's C++ FAQ list:
- ftp://rtfm.mit.edu/pub/usenet-by-group/comp.lang.c++/C++_FAQ:_posting_#1_4
- ftp://rtfm.mit.edu/pub/usenet-by-group/comp.lang.c++/C++_FAQ:_posting_#2_4
- ftp://rtfm.mit.edu/pub/usenet-by-group/comp.lang.c++/C++_FAQ:_posting_#3_4
- ftp://rtfm.mit.edu/pub/usenet-by-group/comp.lang.c++/C++_FAQ:_posting_#4_4
- ftp://ftp.coast.net/SimTel/win3/pgmtools/cpp_faq.zip (HTML version)
-
- Chinese translation of FAQ list in "Big5" code
- ftp://ftp.cis.nctu.edu.tw/Documents/News/C-faq/c-cppfaq.1
- ftp://ftp.cis.nctu.edu.tw/Documents/News/C-faq/c-cppfaq.2
- ftp://ftp.cis.nctu.edu.tw/Documents/News/C-faq/c-cppfaq.3
- ftp://ftp.cis.nctu.edu.tw/Documents/News/C-faq/c-cppfaq.4
-
- Joe Buck's G++ (Gnu C++) FAQ list:
- ftp://rtfm.mit.edu/pub/usenet-by-group/news.answers/g++-FAQ/plain
- http://www.cygnus.com/misc/g++FAQ_toc.html
-
- Visual C++/MFC FAQ list
- http://www.unx.com/~scot/mfc_faq.html
- ftp://www.unx.com/pub/mfc_faq/mfc_faq13.zip
- ftp://www.unx.com/pub/mfc_faq/mfcfaq40.zip (ZIP of a Word file)
-
- Vinit Carpenter's list of C and C++ tutorials
- http://vinny.csd.mu.edu/learn.html
- ftp://rtfm.mit.edu/pub/usenet-by-group/news.answers/C-faq/learn-c-cpp-today
-
- Standard template Library FAQ
- ftp://butler.hpl.hp.com/stl/stl.faq
-
- Steve Summit's C FAQ list:
- ftp://rtfm.mit.edu/pub/usenet-by-group/news.answers/C-faq/faq
-
- Numerical analysis FAQ list
- ftp://rtfm.mit.edu/pub/usenet-by-group/sci.math.num-analysis/FAQ:_
- Numerical_Analysis_and_Associated_Fields_Resource_Guide_(1_1)
- ftp://ftp.mathcom.com/customers/mathcom/na-faq
-
-
- Learning C++
- ------------
-
- See Vinit Carpenter's list above.
-
- > I am an absolute beginner on c/c++ programming and my question is: Can
- > one get some kind of an instruction book on C/C++ programming via
- > internet ??
- http://www.icce.rug.nl/docs/cplusplus/cplusplus.html
- http://cook.cssip.edu.au:8000/subpages/my_c++.html
- http://www.iftech.com/classes/cpp/cpp0.htm
- http://infoweb.magi.com/~steve/c_windows.html
-
- DJGPP Setup Guide and Graphics Coding Guide
- http://remus.rutgers.edu/~avly/djgpp.html
-
-
- World-wide-web "C++ Virtual Library"
- ------------------------------------
-
- http://info.desy.de/user/projects/C++.html
-
-
- C++ standards and documentation
- -------------------------------
-
- Draft C++ standard
- http://www.cygnus.com/~mrs/wp-draft/
- ftp://research.att.com/dist/c++std/WP
-
- New (Jan 96) ANSI C++ working papers at:
- http://www.cygnus.com/misc/wp/jan96/
-
- Updated appendix to ARM describing new features
- ftp://ftp.std.com/books/AW/stroustrup2e/iso.ps
- ftp://ftp.std.com/books/AW/stroustrup2e/newiso.ps
-
- Changes introduced by standards committee
- http://uptown.turnpike.net/~scorf/cplusext.html
-
- Errata for Stroustrup's "The C++ programming language, 2nd ed."
- ftp://ftp.std.com/books/AW/stroustrup2e/errata9
-
- C++ critique
- ftp://research.att.com/dist/c++/critique
-
-
- List of libraries
- -----------------
-
- Nikki Locke's list of libraries
- ftp://rtfm.mit.edu/pub/usenet-by-group/news.answers/C++-faq/libraries
- http://www.quadralay.com:80/www/CCForum/CCLibrary.html
- http://www.cis.ohio-state.edu/hypertext/faq/usenet/
-
- Keith Briggs list of matrix packages
- http://www.pd.uwa.edu.au/Keith/homepage.html
- ftp://nz.com/kbriggs.gz
-
- Ajay Shah's index of free C or C++ programs
- ftp://usc.edu/pub/C-numanal/numcomp-free-c.gz
- ftp://ftp.math.psu.edu/pub/FAQ/numcomp-free-c
- http://www.math.psu.edu/FAQ/numcomp-free-c.txt
-
-
- List of C++ books
- -----------------
-
- Harvey Taylor's rather old list of books and informal reviews
- ftp://nz.com/robert/cpp_book.gz
-
- Recent comments about books from news groups
- ftp://nz.com/robert/cpp_bk2.txt
-
-
- Programming style
- -----------------
-
- Ellemtel's Programming in C++: Rules and Recommendations
- http://www.airmail.net/~rks/
- ftp://euagate.eua.ericsson.se/pub/eua/c++/rules.ascii.Z
-
-
- Documentation systems
- ---------------------
-
- DOC++ is a documentation system for C++ programs featuring generation
- of HTML and LaTeX documentation.
- http://www.ZIB-Berlin.DE/VisPar/doc++/doc++.html
-
-
- Program archives
- ----------------
-
- AT&T netlib (numerical analysis, lapack)
- ftp://netlib.att.com
-
- Ericsson's C++ archives
- ftp://euagate.eua.ericsson.se/pub/c++
-
- CICA (windows/DOS)
- http://www.cica.indiana.edu
- ftp://ftp.cica.indiana.edu
-
- Simtel (DOS/windows)
- ftp://oak.oakland.edu
-
- Walnut Creek
- ftp://ftp.cdrom.com
-
- Garbo (DOS/windows)
- ftp://garbo.uwasa.fi
-
- Comp.sources.misc archives (unix)
- ftp://wuarchive.wustl.edu/usenet
-
- Jumbo freeware/shareware site
- http://www.jumbo.com/
- http://www.jumbo.com/prog/dos/cpluspls/
- http://www.jumbo.com/prog/win/bcpp/
- http://www.jumbo.com/prog/unix/cplusplus/
-
-
- Translaters
- -----------
-
- Matlab translater and C++ matrix library
- http://techunix.technion.ac.il/~yak/matcom.html
- ftp://ftp.eeng.dcu.ie/pub/matlab/MATCOM/matcom.zip (DOS/windows)
- ftp://ftp.funet.fi/pub/sci/math/matlab/matcom.zip
- ftp://ftp.eeng.dcu.ie/pub/matlab/MATCOM/matsrc.Z (Unix)
- ftp://ftp.funet.fi/pub/sci/math/matlab/matsrc.Z
-
-
- Source code
- -----------
-
- See also the section "List of libraries". I am not trying to duplicate
- other people's library lists.
-
- HP standard template library
- ftp://butler.hpl.hp.com/stl/*
- ftp://ftp.cs.rpi.edu/stl
- http://www.cs.rpi.edu/~musser/stl.html (examples)
-
- Cay Horstmann's "Safe STL".
- http://www.mathcs.sjsu.edu/faculty/horstman/safestl.html
-
- John J. Barton and Lee R. Nackman: Scientific and Engineering C++
- http://www.watson.ibm.com/xw-SoftwareTechnology-books-SciEng-AboutSciEng..html
-
- Edward M. Reingold's Calendar Papers and Code
- http://emr.cs.uiuc.edu/home/reingold/public_html/calendars.html
-
- "DS++", a data structures library written in C++
- ftp://dino.ph.utexas.edu/furnish/ds++-951128.tar.gz
- http://dino.ph.utexas.edu/~furnish/ds++
-
- M. A. Sridhar: Building Portable C++ Applications with YACL
- http://www.cs.sc.edu/~sridhar/yacl.html
- ftp://ftp.cs.sc.edu/pub/yacl
-
- Newmat08 matrix library
- ftp://nz.com/robert/newmat08.tar.gz
- ftp://nz.com/robert/newmat08.zip
- http://nz.com/webnz/robert/
-
- Daveed Vandevod's valarray (array manipulation) programs
- ftp://ftp.cs.rpi.edu/pub/vandevod/Valarray/Rel1_1
- ftp://ftp.cs.rpi.edu/pub/vandevod/Valarray/Rel2_0Beta
-
- Informatique CDC www page (Bison++, flex++, remote procedure
- call library)
- http://www.icdc.fr/
-
- Bruce Wampler's cross-platform C++ GUI Framework
- http://www.cs.unm.edu/~wampler/
- ftp://ftp.cs.unm.edu/pub/wampler/v.tar.gz
- ftp://ftp.cs.unm.edu/pub/wampler/vwin.zip
-
- COOOL optimisation (ie finding numerical maxima and minima) library
- ftp.cwp.mines.edu/pub/cwpcodes/coool
- http://www.cwp.mines.edu/cwpcodes/coool/
- COOOL-1.1.tar.gz (source code)
- coool_short.ps.gz (a preprint on COOOL)
-
- Roldan Pozo's sparselib++ and mv++ (and lecture notes on numerical
- C++)
- http://math.nist.gov:80/acmd/Staff/RPozo/
-
- Mumit Khan's fftpack++
- http://www.xraylith.wisc.edu:80/~khan/
-
- Dan Quinlan's A++/P++ (description only at this stage, also
- a pretty comprehensive set of numerical links).
- http://www.c3.lanl.gov/~dquinlan/home.html
- http://www.extreme.indiana.edu/hpc++
-
- Diffpack finite element library
- http://www.oslo.sintef.no/avd/33/3340/diffpack/projects/
-
- C++ interface to the netCDF portable binary data format:
- (for atmospheric scientists and geophysicists)
- http://www.unidata.ucar.edu/packages/netcdf/faq.html#cplusplus
-
- ANSI-like string class
- ftp://ftp.cs.rpi.edu/pub/stl/book/
-
- (Another?) ANSI-like string class
- ftp://ftp.primenet.com/users/k/kj7bg/bstring.zip
-
- Linear algebra package
- ftp://netlib.att.com/netlib/c++/lin_alg.shar.Z
- ftp://replicant.csci.unt.edu/pub/oleg/LinAlg.shar
- ftp://replicant.csci.unt.edu/pub/oleg/LinAlg.cpt.hqx
- /info-mac/dev/lib/lin-alg-cpp.hqx (Mac archive)
- http://mozart.compsci.com/~oleg/ftp/LinAlg.README.txt
- ftp://replicant.csci.unt.edu/pub/oleg/LinAlg.README.txt
-
- Data mining and analysis
- http://www.sgi.com/Technology/mlc
-
-
- Environment
- -----------
-
- emacs mode
- ftp://archive.cis.ohio-state.edu/pub/gnu
-
-
- Conferences
- -----------
-
- Fourth Annual Object-Oriented Numerics Conference
- Mississippi State University; March 27-29, 1996
- http://www.cs.msstate.edu/oonsci96/
-
-
- Related languages
- -----------------
-
- Java
- http://java.sun.com/
-
- Eiffel
- http://www.eiffel.com
-
-
- Online magazines
- ----------------
-
- OBJECT CURRENTS ONLINE HYPERTEXT JOURNAL
- Location: http://www.sigs.com/objectcurrents/
- Editor: Bob Hathaway, bob_hathaway@notesgw.compuserve.com
- Premiere Issue: January 1, 1996 (Available now)
- Next Issue: February 1, 1996
- Publisher: SIGS: C++ Report, JOOP, Object Magazine, ROAD,
- Smalltalk
- Report, X Journal, Object Expert, Objeck Spectrum, Java Report,
- ..
-
-
- Technical reports and papers
- ----------------------------
-
- Gerald Aigner, Urs H÷lzle: Eliminating Virtual Function Calls in C++
- Programs
- <http://www.cs.ucsb.edu/TRs/TRCS95-22.html>
-
-
- Commercial
- ----------
-
- Microsoft
- http://www.microsoft.com/
- ftp://ftp.microsoft.com
-
- Borland
- http://www.borland.com/
-
- Symantec:
- http://www.symantec.com/
-
- Watcom
- http://www.watcom.com/
-
- IBM
- http://www.software.ibm.com/
-
- Rogue Wave software
- http://www.roguewave.com/
-
- Qualix
- To get product list send email to qfacts@qualix.com
- BEGIN
- send help
- send index
- END
-
- Rational
- http://www.rational.com/
-
-
- Bookshops
- ---------
-
- I cannot list every bookshop that has a web page and a few C++ books.
- However, people do ask where they can mail-order quality C++ books and
- here are a couple of answers.
-
- Quantum books
- (Good source of advanced C++ books; will order books not in stock;
- does international mail order)
- EMAIL: quanbook@world.std.com
- http://www.quantumbooks.com/
-
- Computer Literacy Bookshops
- (On-line catalogue; does international mail order)
- http://www.clbooks.com/
- email: info@clbooks.com
-
-
- C++ news-groups
- ---------------
-
- comp.lang.c++
- comp.lang.c++.leda
- comp.lang.c++.moderated
- Articles to moderate: mailto:c++-submit@netlab.cs.rpi.edu
- Moderation policy: http://www.connobj.com/cpp/guide.htm
- Comments? mailto:c++-request@netlab.cs.rpi.edu
- comp.os.msdos.djgpp
- comp.os.ms-windows.programmer.tools.mfc
- comp.os.ms-windows.programmer.tools.owl
- comp.std.c++
- To submit articles: Try just posting with your newsreader.
- If that fails, use mailto:std-c++@ncar.ucar.edu
- FAQ:
- http://reality.sgi.com/employees/austern_mti/std-c++/faq.html
- Policy:
- http://reality.sgi.com/employees/austern_mti/std-c++/policy.html
- Comments? mailto:std-c++-request@ncar.ucar.edu
- de.comp.lang.c++
- fido.ger.c_plusplus
- fj.lang.c++
- gnu.g++.announce
- gnu.g++.bug
- gnu.g++.help
- gnu.g++.lib.bug
- relcom.fido.su.c-c++
-
-
- Email discussion groups
- -----------------------
-
- Standard template library
- To post to the list, send email to
- genstl@atext.com
- To ask to be added or removed from the list, send email to
- genstl-request@atext.com
- with the word "subscribe" or "unsubscribe" in the Subject line.
-
- Watcom list-server (unofficial?)
- Send a message to listserv@umdd.umd.edu and include the line:
- subscribe watcom-l
-
-
- ---------------------------------
-
-
-